Override logging.Logger.findCaller so that the trace function here does not
authorEwan Mellor <ewan@xensource.com>
Wed, 27 Dec 2006 15:39:04 +0000 (15:39 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 27 Dec 2006 15:39:04 +0000 (15:39 +0000)
commit85a87721a75da96264736d90852a7fc0ae3dec7e
treeab95199d0b781512363c30056a98e4ae05935680
parentbbe21e102eb6a715b7eb36b2582cd38840d29860
Override logging.Logger.findCaller so that the trace function here does not
appear as the source of log messages.

Remove the logger name from the log format -- it's adding no useful information.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendLogging.py